CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群 TSP

搜索资源列表

  1. ant-and-tsp-

    0下载:
  2. 经典的蚁群TSP算法,而且通过改进,使路线更加圆滑,最后有三个图形进行比较-ant system algrithm with tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5177
    • 提供者:jack
  1. 025+B+庄浩

    0下载:
  2. 基于蚁群算法的南京市旅游路径规划(南京公园景点旅游线路设计)(Nanjing city tourism path planning based on ant colony algorithm)
  3. 所属分类:matlab例程

  1. ACO_TSP

    1下载:
  2. 利用蚁群算法求解旅行商问题,求解100个城市的最短路程(Using Ant Colony Optimization to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:SHSFforever
  1. ant

    0下载:
  2. 使用蚁群算法解决TSP问题的算法,主要利用蚁群算法特性。(Using ant colony algorithm to solve TSP algorithm.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:3911680
    • 提供者:adolf123
  1. Ant_TSP

    0下载:
  2. 基于蚁群算法的旅行商问题,matlab源代码,带功能说明(Ant colony algorithm for traveling salesman problem matlab source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:水木刀
  1. TSP_AS

    0下载:
  2. 基本蚁群算法用于解决tsp问题,保证可以运行,基本蚁群算法对于城市数非常敏感,过多的城市数会使运行实际急剧增加(Basic ant colony algorithm for solving TSP problems, to ensure that you can run, the basic ant colony algorithm is very sensitive to the number of cities, excessive number of cities will make th
  3. 所属分类:matlab例程

  1. ACATSP

    0下载:
  2. 利用蚁群算法解决tsp问题,给定各个位置的坐标,自动给出一条路径方案(Ant colony algorithm to solve the TSP problem, given the coordinates of each location, automatically gives a path scheme)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:落木知秋
  1. 29_ACO_note_35

    1下载:
  2. 基于蚁群算法tsp路径寻优,有详细说明每步的意义,做法(Based on the ant colony algorithm tsp path optimization, there is a detailed descr iption of each step of the meaning, practice)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:水木黄昏
  1. yiqun

    0下载:
  2. matlab求解TSP问题的蚁群算法基础代码,适合初学者入门学习使用(Matlab TSP algorithm for solving the ant colony algorithm based code, suitable for beginners to learn to use)
  3. 所属分类:其他

  1. chapter22

    0下载:
  2. 蚁群算法的优化计算,属于求解TSP问题代码。(Ant colony algorithm for solving TSP code.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:就是ni
  1. ACO-TSP

    1下载:
  2. 蚁群算法求解TSP问题,注释较全,非常适合新手学习。(Ant colony algorithm for TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:912384
    • 提供者:陌丶
  1. 各种智能算法求解TSP问题

    1下载:
  2. 各种求解TSP问题的人工智能算法(粒子群算法,遗传算法,蚁群算法等等)(All kinds of intelligent algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:48128
    • 提供者:nb123
  1. ACATSP

    0下载:
  2. 通过使用蚁群算法对旅行售货商问题进行求解(Ant colony algorithm is used to solve the TSP problem)
  3. 所属分类:matlab例程

  1. 蚁群算法TSP问题

    0下载:
  2. 典型的matlab求运行商问题,可以看到进化曲线和线路计算过程。(The typical matlab asks the operator problem, and you can see the evolution curve and the line calculation process.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:蓝色妖怪
  1. chapter22

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization of ant colony algorithm -- traveling salesman problem (TSP) optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:木易yj
  1. ant colony algorithms

    0下载:
  2. 关于旅行商问题的蚁群算法实现,matlab源代码(Solving the TSP question with ant colony algorithms.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:LEES_k
  1. 最基本的蚁群算法+2opt邻域搜索_求解TSP

    0下载:
  2. 蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。(We list below 25 TSP instances taken from the World TSP. For these instances, the cost of travel between cities is specified by the Eulidean distance
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:76800
    • 提供者:7号咯
  1. AntCity2

    0下载:
  2. 经典蚁群算法,加入了区域限制对于问题的算法研究有一定的研究帮助(The classical ant colony algorithm, with the addition of regional constraints, has a certain research help on the research of the algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:顾炎武
  1. NewAntProject

    0下载:
  2. 经典蚁群算法,用来解决基于蚁群算法的一些生活应用,例如TSP,车辆路径等问题(The classical ant colony algorithm is used to solve some living applications based on ant colony algorithm, such as TSP, vehicle routing and so on.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:15360
    • 提供者:hellolmf
  1. PSO_TSP(混合粒子群:较优)

    1下载:
  2. 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:倚楼天狼啸
« 1 2 3 4 5 6 78 9 10 11 12 ... 36 »
搜珍网 www.dssz.com